-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(react): Add React Router v7 docs #11990
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
Bundle ReportChanges will increase total bundle size by 993 bytes (0.01%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
I would try and make it a bit more obvious that you can toggle the code snippets for v6 and v7. Maybe write out "version" in full or add a not or something. |
Or maybe even a completely separate page for v7 where we outline that the framework mode is not yet supported. |
Yeah I tried with a different page at first but imo it makes no sense since the content is basically identical. I'll update the codetabs and add an alert that we do not yet support rr7 framework |
It generally doesn't matter if content is identical. People see the version they use, click on it, and will never notice that v6 and v7 are the same. If anything it takes away complexity when reading the docs. |
This adds documentation for RR7 and also declutters the docs for RR in general by splitting up the versions into different files.
documents getsentry/sentry-javascript#14518